|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This business rule allows for the configuration of the Role screen and defines the dynamic fields that can be displayed and updated on the specified Role Detail(s) screens. The plan selected during the policy entry process dictates which role options are visible and available on the Role screen.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<RoleScreen> |
The opening and closing tag for the business rule. |
|
|
|
<Role> |
Required/Repeatable
Element; |
ROLECODE |
Required
Attribute; |
|
<Fields> |
Allows configuration of dynamic fields. |
|
|
|
<SucessorOnDelete> |
Optional element; |
|
Required element value; Note: The original role's RoleCode is specified in the <Role> tag. If the new role does not exist, then the user is warned with the same. |
|
DELETEOLDROLE |
Yes: Delete old role. No: Keep old role. | ||
|
IGNOREONSTATUS |
StatusCode Do not replace role if it is in the status identified in the IgnoreOnStatus attribute. | ||
|
<Events> |
See Action/Events. |
|
|

|
Table Name |
Description |
|
AsAddress |
Stores client address information. |
|
AsAddressField |
Contains address information organized by guaranteed user identification. |
|
AsAddressRole |
Contains address information organized by the role. |
|
AsClient |
Stores personal information about clients. |
|
AsCode |
Contains a listing and description of all valid codes and their values. |
|
AsRole |
Contains role information. |
<RoleScreen>
<Role ROLECODE=”13”>
<Fields>
<Field>
<Name>OverRideAddress1</Name>
<Display>Override Address</Display>
<DataType>Combo</DataType>
<Query TYPE=”SQL”>SELECT &ldots;. </Query>
</Field>
<Field>
<Name>Line</Name>
<Display></Display>
<DataType>Line</DataType>
</Field>
<Field>
<Name>Line</Name>
<Display></Display>
<DataType>Line</DataType>
<Field>
<Field>
<Name>AlternateCorrespondence</Name>
<Display>Correspondence to Alternate Address</Display>
<DataType>Text</DataType>
</Field>
<Field>
<Name>AlternateConfirmation</Name>
<Display>Confirmations to Alternate Address</Display>
<DataType>Text</DataType>
</Field>
<Field>
<Name>AlternateStatements</Name>
<Display>Statements to Alternate Address</Display>
<DataType>Text</DataType>
</Field>
</Fields>
</Role>
</RoleScreen>
<RoleScreen>
<Role ROLECODE="[CodeString]">
<Fields> </Fields>
<SuccessorOnDelete DELETETOLDROLE="[Yes|No]" IGNOREONSTATUS="[StatusCode]">[RoleCode]</SuccessorOnDelete>
</Role>
</RoleScreen>